All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.qtcomponents.SpatialSettings
java.lang.Object
|
+----quicktime.util.QTByteObject
|
+----quicktime.std.qtcomponents.SpatialSettings
- public final class SpatialSettings
- extends QTByteObject
- implements PrimitivesLib
-
kNativeSize
- This is the size (the number of bytes) that are required for this class
-
SpatialSettings(int, CodecComponent, int, int)
- Construct temporal settings to set the dialog display.
-
getCodec()
- Get the default Codec in the dialog box.
-
getCodecType()
- Get the default Codec type in the dialog box.
-
getDepth()
- Get the default depth of the pop-up menu in the dialog box.
-
getSpatialQuality()
- Get the default spatial quality slider in the dialog box.
-
setCodec(CodecComponent)
- Specifies the default Codec in the dialog box.
-
setCodecType(int)
- Specifies the default Codec type in the dialog box.
-
setDepth(int)
- Specifies the default depth of the pop-up menu in the dialog box.
-
setSpatialQuality(int)
- Specifies the spatial quality slider in the dialog box.
kNativeSize
public static final int kNativeSize
- This is the size (the number of bytes) that are required for this class
SpatialSettings
public SpatialSettings(int codecType,
CodecComponent codec,
int depth,
int spatialQuality)
- Construct temporal settings to set the dialog display.
- Parameters:
- depth - the pixel depth
- spatialQuality - the quality setting
getCodecType
public int getCodecType()
- Get the default Codec type in the dialog box.
- Returns:
- the Codec type
setCodecType
public void setCodecType(int codecType)
- Specifies the default Codec type in the dialog box.
getCodec
public CodecComponent getCodec()
- Get the default Codec in the dialog box.
- Returns:
- the Codec
setCodec
public void setCodec(CodecComponent codec)
- Specifies the default Codec in the dialog box.
getDepth
public int getDepth()
- Get the default depth of the pop-up menu in the dialog box.
- Returns:
- the pixel depth
setDepth
public void setDepth(int depth)
- Specifies the default depth of the pop-up menu in the dialog box.
- Parameters:
- depth - the pixel depth
getSpatialQuality
public int getSpatialQuality()
- Get the default spatial quality slider in the dialog box.
- Returns:
- the quality setting
setSpatialQuality
public void setSpatialQuality(int spatialQuality)
- Specifies the spatial quality slider in the dialog box.
- Parameters:
- spatialQuality - the quality setting
All Packages Class Hierarchy This Package Previous Next Index